home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / debugger / ddd-1.000 / ddd-1 / ddd-1.4b / ddd / acconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-01-11  |  6.6 KB  |  242 lines

  1. // $Id: acconfig.h.in,v 1.5 1995/12/03 08:51:59 zeller Exp $ -*- C++ -*-
  2. // General configuration file.
  3.  
  4. // Copyright (C) 1995 Technische Universitaet Braunschweig, Germany.
  5. // Written by Andreas Zeller (zeller@ips.cs.tu-bs.de).
  6. // 
  7. // This file is part of the ICE Library.
  8. // 
  9. // The ICE Library is free software; you can redistribute it and/or
  10. // modify it under the terms of the GNU Library General Public
  11. // License as published by the Free Software Foundation; either
  12. // version 2 of the License, or (at your option) any later version.
  13. // 
  14. // The ICE Library is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. // See the GNU Library General Public License for more details.
  18. // 
  19. // You should have received a copy of the GNU Library General Public
  20. // License along with the ICE Library -- see the file COPYING.LIB.
  21. // If not, write to the Free Software Foundation, Inc.,
  22. // 675 Mass Ave, Cambridge, MA 02139, USA.
  23. // 
  24. // ICE is the incremental configuration engine.
  25. // Contact ice@ips.cs.tu-bs.de for details.
  26.  
  27. #ifndef _ICE_config_h
  28. #define _ICE_config_h
  29. // @TOP@
  30.  
  31. // Descriptive text for C preprocessor macros that autoconf may define.
  32. // Leave the following blank line there!!  Autoheader needs it.
  33.  
  34.  
  35. /* Define if your C++ compiler has ANSI-compliant lifetime of temporaries. */
  36. #undef HAVE_ANSI_LIFETIME_OF_TEMPORARIES
  37.  
  38. /* Define if your C++ compiler supports overloaded operator new[]. */
  39. #undef HAVE_ARRAY_OPERATOR_NEW
  40.  
  41. /* Define if you have the X Athena widgets. */
  42. #undef HAVE_ATHENA_WIDGETS
  43.  
  44. /* Define if your C++ compiler supports bool types. */
  45. #undef HAVE_BOOL
  46.  
  47. /* Define if your C++ library has an ostrstream::frozen() function. */
  48. #undef HAVE_FROZEN_OSTRSTREAM
  49.  
  50. /* Define if your C++ compiler supports long long types. */
  51. #undef HAVE_LONG_LONG
  52.  
  53. /* Define if MAXPATHLEN is defined or declared in <sys/param.h>. */
  54. #undef HAVE_MAXPATHLEN
  55.  
  56. /* Define if you have XPM widgets. */
  57. #undef HAVE_XPM_WIDGETS
  58.  
  59. /* Define if you have Motif widgets. */
  60. #undef HAVE_MOTIF_WIDGETS
  61.  
  62. /* Define if your C++ compiler supports named return values. */
  63. #undef HAVE_NAMED_RETURN_VALUES
  64.  
  65. /* Define if PATH_MAX is defined or declared in <limits.h>. */
  66. #undef HAVE_PATH_MAX
  67.  
  68. /* Define if _POSIX_PATH_MAX is defined or declared in <limits.h>. */
  69. #undef HAVE_POSIX_PATH_MAX
  70.  
  71. /* Define if your C++ compiler supports the __PRETTY_FUNCTION__ macro. */
  72. #undef HAVE_PRETTY_FUNCTION
  73.  
  74. /* Define if you want ICE to use X Athena widgets. */
  75. #undef WITH_ATHENA_WIDGETS
  76.  
  77. /* Define if you want to replace the ICE built-in 'test' command by
  78.    the external test program. */
  79. #undef WITH_EXTERNAL_TEST
  80.  
  81. /* Define if you want ICE to use Motif widgets. */
  82. #undef WITH_MOTIF_WIDGETS
  83.  
  84.  
  85. // @BOTTOM@
  86.  
  87. /* Define if dup2 is declared in unistd.h. */
  88. #undef HAVE_DUP2_DECL
  89.  
  90. /* Define if endpwent is declared in pwd.h. */
  91. #undef HAVE_ENDPWENT_DECL
  92.  
  93. /* Define if fcntl is declared in fcntl.h. */
  94. #undef HAVE_FCNTL_DECL
  95.  
  96. /* Define if ftime is declared in sys/timeb.h. */
  97. #undef HAVE_FTIME_DECL
  98.  
  99. /* Define if gethostname is declared in unistd.h. */
  100. #undef HAVE_GETHOSTNAME_DECL
  101.  
  102. /* Define if gethostbyname is declared in netdb.h. */
  103. #undef HAVE_GETHOSTBYNAME_DECL
  104.  
  105. /* Define if getrusage is declared in sys/resource.h. */
  106. #undef HAVE_GETRUSAGE_DECL
  107.  
  108. /* Define if getwd is declared in unistd.h. */
  109. #undef HAVE_GETWD_DECL
  110.  
  111. /* Define if getpty is declared in unistd.h. */
  112. #undef HAVE_GETPTY_DECL
  113.  
  114. /* Define if _getpty is declared in unistd.h. */
  115. #undef HAVE__GETPTY_DECL
  116.  
  117. /* Define if grantpt is declared in stdlib.h. */
  118. #undef HAVE_GRANTPT_DECL
  119.  
  120. /* Define if ioctl is declared in unistd.h. */
  121. #undef HAVE_IOCTL_DECL
  122.  
  123. /* Define if lstat is declared in sys/stat.h. */
  124. #undef HAVE_LSTAT_DECL
  125.  
  126. /* Define if malloc is declared in stdlib.h. */
  127. #undef HAVE_MALLOC_DECL
  128.  
  129. /* Define if memcpy is declared in string.h. */
  130. #undef HAVE_MEMCPY_DECL
  131.  
  132. /* Define if memset is declared in string.h. */
  133. #undef HAVE_MEMSET_DECL
  134.  
  135. /* Define if popen is declared in stdio.h. */
  136. #undef HAVE_POPEN_DECL
  137.  
  138. /* Define if pclose is declared in stdio.h. */
  139. #undef HAVE_PCLOSE_DECL
  140.  
  141. /* Define if ptsname is declared in stdlib.h. */
  142. #undef HAVE_PTSNAME_DECL
  143.  
  144. /* Define if rand is declared in stdlib.h. */
  145. #undef HAVE_RAND_DECL
  146.  
  147. /* Define if random is declared in stdlib.h. */
  148. #undef HAVE_RANDOM_DECL
  149.  
  150. /* Define if readlink is declared in unistd.h. */
  151. #undef HAVE_READLINK_DECL
  152.  
  153. /* Define if setbuf is declared in stdio.h. */
  154. #undef HAVE_SETBUF_DECL
  155.  
  156. /* Define if setpgrp is declared in unistd.h. */
  157. #undef HAVE_SETPGRP_DECL
  158.  
  159. /* Define if setpgrp2 is declared in unistd.h. */
  160. #undef HAVE_SETPGRP2_DECL
  161.  
  162. /* Define if setpgid is declared in unistd.h. */
  163. #undef HAVE_SETPGID_DECL
  164.  
  165. /* Define if setpwent is declared in pwd.h. */
  166. #undef HAVE_SETPWENT_DECL
  167.  
  168. /* Define if setsid is declared in unistd.h. */
  169. #undef HAVE_SETSID_DECL
  170.  
  171. /* Define if setvbuf is declared in stdio.h. */
  172. #undef HAVE_SETVBUF_DECL
  173.  
  174. /* Define if sigblock is declared in signal.h. */
  175. #undef HAVE_SIGBLOCK_DECL
  176.  
  177. /* Define if sigsetmask is declared in signal.h. */
  178. #undef HAVE_SIGSETMASK_DECL
  179.  
  180. /* Define if sigprocmask is declared in signal.h. */
  181. #undef HAVE_SIGPROCMASK_DECL
  182.  
  183. /* Define if sigsuspend is declared in signal.h. */
  184. #undef HAVE_SIGSUSPEND_DECL
  185.  
  186. /* Define if srand is declared in stdlib.h. */
  187. #undef HAVE_SRAND_DECL
  188.  
  189. /* Define if srandom is declared in stdlib.h. */
  190. #undef HAVE_SRANDOM_DECL
  191.  
  192. /* Define if stat is declared in sys/stat.h. */
  193. #undef HAVE_STAT_DECL
  194.  
  195. /* Define if strerror is declared in string.h. */
  196. #undef HAVE_STRERROR_DECL
  197.  
  198. /* Define if strsignal is declared in string.h. */
  199. #undef HAVE_STRSIGNAL_DECL
  200.  
  201. /* Define if strtol is declared in stdlib.h. */
  202. #undef HAVE_STRTOL_DECL
  203.  
  204. /* Define if strtod is declared in stdlib.h. */
  205. #undef HAVE_STRTOD_DECL
  206.  
  207. /* Define if tcgetattr is declared in termios.h. */
  208. #undef HAVE_TCGETATTR_DECL
  209.  
  210. /* Define if tcsetattr is declared in termios.h. */
  211. #undef HAVE_TCSETATTR_DECL
  212.  
  213. /* Define if tcgetsid is declared in sys/termios.h. */
  214. #undef HAVE_TCGETSID_DECL
  215.  
  216. /* Define if tcgetpgrp is declared in unistd.h. */
  217. #undef HAVE_TCGETPGRP_DECL
  218.  
  219. /* Define if tcsetpgrp is declared in unistd.h. */
  220. #undef HAVE_TCSETPGRP_DECL
  221.  
  222. /* Define if times is declared in sys/times.h. */
  223. #undef HAVE_TIMES_DECL
  224.  
  225. /* Define if uname is declared in sys/utsname.h. */
  226. #undef HAVE_UNAME_DECL
  227.  
  228. /* Define if unlink is declared in unistd.h. */
  229. #undef HAVE_UNLINK_DECL
  230.  
  231. /* Define if unlockpt is declared in stdlib.h. */
  232. #undef HAVE_UNLOCKPT_DECL
  233.  
  234. /* Define if vfork is declared in vfork.h unistd.h. */
  235. #undef HAVE_VFORK_DECL
  236.  
  237. /* Define if waitpid is declared in sys/wait.h. */
  238. #undef HAVE_WAITPID_DECL
  239.  
  240. #endif // _ICE_config_h
  241. // DON'T ADD ANYTHING BEHIND THIS #endif
  242.